}
}
}
+ &.arrow {
+ color: $insensitive_fg_color;
+ &:hover { color: mix($fg_color, $insensitive_fg_color, 50%); }
+ &:active { color: $fg_color; }
+ &:insensitive {
+ color: transparentize($insensitive_fg_color,0.7);
+ }
+ &:backdrop {
+ color: transparentize($backdrop_fg_color,0.6);
+ &:insensitive {
+ color: $backdrop_insensitive_color;
+ }
+ }
+ }
}
//.notebook > .frame,
border-color: transparent; }
.notebook tab .button > GtkImage {
padding: 2px; }
+ .notebook.arrow {
+ color: #939695; }
+ .notebook.arrow:hover {
+ color: #c0c2c0; }
+ .notebook.arrow:active {
+ color: #eeeeec; }
+ .notebook.arrow:insensitive {
+ color: rgba(147, 150, 149, 0.3); }
+ .notebook.arrow:backdrop {
+ color: rgba(201, 203, 201, 0.4); }
+ .notebook.arrow:backdrop:insensitive {
+ color: #454c4c; }
/**************
* Scrollbars *
border-color: transparent; }
.notebook tab .button > GtkImage {
padding: 2px; }
+ .notebook.arrow {
+ color: #8d9091; }
+ .notebook.arrow:hover {
+ color: #5d6263; }
+ .notebook.arrow:active {
+ color: #2e3436; }
+ .notebook.arrow:insensitive {
+ color: rgba(141, 144, 145, 0.3); }
+ .notebook.arrow:backdrop {
+ color: rgba(84, 89, 90, 0.4); }
+ .notebook.arrow:backdrop:insensitive {
+ color: #c7c7c7; }
/**************
* Scrollbars *